home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1996 September & October / Amiga-CD 1996 #9-10.iso / demos / storm-c / stormc / include / pragma / mathieeesingtrans_lib.h < prev    next >
C/C++ Source or Header  |  1996-01-02  |  1KB  |  43 lines

  1. #ifndef _INCLUDE_PRAGMA_MATHIEEESINGTRANS_LIB_H
  2. #define _INCLUDE_PRAGMA_MATHIEEESINGTRANS_LIB_H
  3.  
  4. /*
  5. **  $VER: mathieeesingtrans_lib.h 10.1 (19.7.95)
  6. **  Includes Release 40.15
  7. **
  8. **  '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
  9. **     All Rights Reserved
  10. */
  11.  
  12. #ifndef  CLIB_MATHIEEESINGTRANS_PROTOS_H
  13. #include <clib/mathieeesingtrans_protos.h>
  14. #endif
  15.  
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19.  
  20. #pragma amicall(MathIeeeSingTransBase, 0x1e, IEEESPAtan(d0))
  21. #pragma amicall(MathIeeeSingTransBase, 0x24, IEEESPSin(d0))
  22. #pragma amicall(MathIeeeSingTransBase, 0x2a, IEEESPCos(d0))
  23. #pragma amicall(MathIeeeSingTransBase, 0x30, IEEESPTan(d0))
  24. #pragma amicall(MathIeeeSingTransBase, 0x36, IEEESPSincos(a0,d0))
  25. #pragma amicall(MathIeeeSingTransBase, 0x3c, IEEESPSinh(d0))
  26. #pragma amicall(MathIeeeSingTransBase, 0x42, IEEESPCosh(d0))
  27. #pragma amicall(MathIeeeSingTransBase, 0x48, IEEESPTanh(d0))
  28. #pragma amicall(MathIeeeSingTransBase, 0x4e, IEEESPExp(d0))
  29. #pragma amicall(MathIeeeSingTransBase, 0x54, IEEESPLog(d0))
  30. #pragma amicall(MathIeeeSingTransBase, 0x5a, IEEESPPow(d1,d0))
  31. #pragma amicall(MathIeeeSingTransBase, 0x60, IEEESPSqrt(d0))
  32. #pragma amicall(MathIeeeSingTransBase, 0x66, IEEESPTieee(d0))
  33. #pragma amicall(MathIeeeSingTransBase, 0x6c, IEEESPFieee(d0))
  34. #pragma amicall(MathIeeeSingTransBase, 0x72, IEEESPAsin(d0))
  35. #pragma amicall(MathIeeeSingTransBase, 0x78, IEEESPAcos(d0))
  36. #pragma amicall(MathIeeeSingTransBase, 0x7e, IEEESPLog10(d0))
  37.  
  38. #ifdef __cplusplus
  39. }
  40. #endif
  41.  
  42. #endif
  43.